
'Declaration
Public Class BoxWhisker(Of T) Inherits ExtraSeries(Of T)
'Usage
Dim instance As BoxWhisker(Of T)
public class BoxWhisker<T> : ExtraSeries<T>
public class BoxWhisker = class(ExtraSeries)
JScript does not support Generics.
public __gc class BoxWhisker<T> : public ExtraSeries<T>
generic<typename T> public ref class BoxWhisker : public ExtraSeries<T>
System.Object
C1.Web.Mvc.ChartSeriesBase<T>
C1.Web.Mvc.ExtraSeries<T>
C1.Web.Mvc.BoxWhisker<T>